projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
21f3d1d
)
(overwrite-mode-binary, overwrite-mode-textual): Use defvar.
author
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Apr 1997 07:48:25 +0000
(07:48 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Tue, 15 Apr 1997 07:48:25 +0000
(07:48 +0000)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 7d45abc183b28d0131d81974fa78877f59f82a74..0f2086a4e513f0bcd94c7c18eeaec6c5d483306b 100644
(file)
--- a/
lisp/simple.el
+++ b/
lisp/simple.el
@@
-2639,9
+2639,9
@@
The variable `selective-display' has a separate value for each buffer."
(prin1 selective-display t)
(princ "." t))
-(def
const
overwrite-mode-textual " Ovwrt"
+(def
var
overwrite-mode-textual " Ovwrt"
"The string displayed in the mode line when in overwrite mode.")
-(def
const
overwrite-mode-binary " Bin Ovwrt"
+(def
var
overwrite-mode-binary " Bin Ovwrt"
"The string displayed in the mode line when in binary overwrite mode.")
(defun overwrite-mode (arg)